type runtime.plainError
15 uses
runtime (current package)
arena.go#L542: panic(plainError("runtime: allocation size out of range"))
chan.go#L69: panic(plainError("makechan: size out of range"))
chan.go#L88: panic(plainError("makechan: size out of range"))
chan.go#L226: panic(plainError("send on closed channel"))
chan.go#L307: panic(plainError("send on closed channel"))
chan.go#L416: panic(plainError("close of nil channel"))
chan.go#L425: panic(plainError("close of closed channel"))
error.go#L118: type plainError string
error.go#L120: func (e plainError) RuntimeError() {}
error.go#L122: func (e plainError) Error() string {
error.go#L348: panic(plainError("value method " + pkg + "." + typ + "." + meth + " called using nil *" + typ + " pointer"))
malloc.go#L2205: panic(plainError("runtime: allocation size out of range"))
map.go#L21: var maps_errNilAssign error = plainError("assignment to entry in nil map")
proc.go#L585: panic(plainError("arg size to reflect.call more than 1GB"))
select.go#L542: panic(plainError("send on closed channel"))
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |